@charset "utf-8";

*,
::before,
::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
ul,
ol{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
body{
    font-family: sans-serif;
    font-size: 16px;
    color: #2f1818;
    line-height: 1;
    background-color:#fff0e9;
}
img{
    max-width: 100%;
}
.first-view{
    height: calc(100vh);
    background-image: url(./bg-main.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
}
.header-inner{
    max-width: 1200px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff0e9;
}
.toggle-menu-button{
    display: none;
}
.header-logo{
    display: block;
    width: 170px;
}
.site-menu ul{
    display: flex;
}
.site-menu ul li{
    margin-left: 20px;
    margin-right: 20px;
}
a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}



/* About セクション全体 */
.about {
    padding: 80px 20px;
    background-color: #fff0e9; /* 柔らかいピンク系背景 */
}

/* セクション内コンテナ */
#sec-1 {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
    padding: 10px;
    background: #fff7ea; /* カード風背景 */
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s;
}

#sec-1:hover {
    transform: translateY(-5px);
}

/* 会社画像 */
#sec-1 img {
    width: 300px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

#sec-1 img:hover {
    transform: scale(1.05);
}

/* テーブル全体 */
#table01 {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    max-width: 600px;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

/* テーブルヘッダー */
#table01 th {
    background-color: #ffcccb; /* 可愛いピンク系 */
    color: #333;
    padding: 15px 20px;
    text-align: left;
    border-radius: 12px 0 0 12px; /* 左側だけ角丸 */
}

/* テーブルデータ */
#table01 td {
    background-color: #fff8f2; /* 優しいクリーム色 */
    padding: 15px 20px;
    border-bottom: 1px solid #ffd9d0;
}

/* 行のホバー効果 */
#table01 tr:hover td {
    background-color: #ffe4dc;
    transition: background-color 0.3s;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    #sec-1 {
        flex-direction: column;
        align-items: center;
    }

    #sec-1 img {
        width: 80%;
    }

    #table01 th,
    #table01 td {
        padding: 12px 15px;
    }
    @charset "utf-8";

*,
::before,
::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
ul,
ol{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
body{
    font-family: sans-serif;
    font-size: 16px;
    color: #2f1818;
    line-height: 1;
    background-color:#fff0e9;
}
img{
    max-width: 100%;
}
.first-view{
    height: calc(100vh);
    background-image: url(./bg-main.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
}
.header-inner{
    max-width: 1200px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7e3d#fff0e9;
}
.toggle-menu-button{
    display: none;
}
.header-logo{
    display: block;
    width: 170px;
}
.site-menu ul{
    display: flex;
}
.site-menu ul li{
    margin-left: 20px;
    margin-right: 20px;
}
a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.news {
  padding: 50px 0;
  background: #FFF7EA;
}


.inner {
  width: 80%;
  background-color: #fff;
  margin: 0 auto;
  padding: 65px 0 100px;
}


.sub_ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}


@media(max-width: 800px){
    .site-menu ul{
        display: block;
        text-align: center;
    }
    .site-menu li{
        margin-top: 20px;
    }
    .header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color:#fff0e9;
        height: 50px;
        z-index: 10;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }
    .header-inner{
        padding-left: 20px;
        padding-right: 20px;
        height: 100%;
        position: relative;
    }
    .header-site-menu{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        color: #a99797;
        background-color: #fabcbc;
        background-color: ;
        padding-top: 30px;
        padding-bottom: 50px;
        display: none;
    }
    .toggle-menu-button{
        display: block;
        width: 44px;height: 34px;
        background-image: url(./img/22981878.png);
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        border: none;
        border-radius: 0;
        outline: none;
    }
    .header-logo{
        width: 100px;
    }
   
    .header-site-menu.is-show{
        display: block;
    }
    .main{
        padding-top: 50px;
    }


}
  
}
